PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawFormattedContent Method / drawFormattedContent(PDFFormattedContent,double,double) Method
The formatted content.
X coordinate of the content left margin.
Y coordinate of the content top margin.
In This Topic
    drawFormattedContent(PDFFormattedContent,double,double) Method
    In This Topic
    Draws the formatted content on the graphics surface at the specified position.
    Syntax
    public void drawFormattedContent( 
       PDFFormattedContent formattedContent,
       double x,
       double y
    )

    Parameters

    formattedContent
    The formatted content.
    x
    X coordinate of the content left margin.
    y
    Y coordinate of the content top margin.
    See Also